| 1. | Pass - by - value semantics in java applications Java应用程序中的按值传递语义 |
| 2. | User - defined value types have value semantics , not reference semantics 用户定义的值类型具有值语义,而不是引用语义。 |
| 3. | Indicates that a modified method argument should be interpreted as having object passed - by - value semantics 指示修饰的方法参数应解释为具有按值传递对象的语义。 |
| 4. | Accessors for immutable properties will always have value semantics and do not need the defensive copying on either side of the call , making them more efficient 不可变属性的存取器将总是具有值引用,因而调用的任何一方都不需要防御性复制,这使得它们效率更高。 |
| 5. | However , if you are implementing a reference type that is intended to have value semantics , such as a complex number type , you should override the equality operator ,也不应重载相等运算符。但是,如果实现的引用类型将具有值语义(如复数类型) ,应重写相等运算符。 |
| 6. | In order to maintain thoroughly hsi philosophical standpoint of anti - realism , he rejected two - valued semantics and took intuitionist logic as the basis of his metaphysics 为了彻底坚持其反实在论的哲学立场,达米特拒斥二值原则,把直觉主义逻辑作为其形而上学的基础。 |
| 7. | Is not that they are vulnerable to confusing alias side effects which they are , but that their semantics were not properly documented . if accessors were clearly documented to have reference semantics instead of the commonly assumed value semantics , callers might be more likely to realize that when they call 如果存取器被清楚地说明为具有引用语义(而不是像通常那样被假设为值语义) ,那么调用者将更可能认识到,在它们调用setlocation时,它们是将point对象的所有权转移给另一个实体,并且也不大可能仍然认为它们还拥有point对象的所有权,因而还能够再次使用它。 |